home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / programming / c / icu-1.3.1 / icu / data / nl_be.txt < prev    next >
Text File  |  2000-02-23  |  2KB  |  52 lines

  1. // ****************************************************************************
  2. // *                                                                          *
  3. // * COPYRIGHT:                                                               *
  4. // * (C) Copyright Taligent, Inc.,  1997                                      *
  5. // * (C) Copyright International Business Machines Corporation,  1997-99      *
  6. // * Licensed Material - Program-Property of IBM - All Rights Reserved.       *
  7. // * US Government Users Restricted Rights - Use, duplication, or disclosure  *
  8. // * restricted by GSA ADP Schedule Contract with IBM Corp.                   *
  9. // *                                                                          *
  10. // ****************************************************************************
  11.  
  12. nl_BE {
  13.     CurrencyElements { 
  14.             "BF",
  15.             "BEF",
  16.             ",",
  17.     }
  18.     DateTimeElements { 
  19.             "2",
  20.             "1",
  21.     }
  22.     DateTimePatterns { 
  23.             "H.mm' u. 'z",
  24.             "H:mm:ss z",
  25.             "H:mm:ss",
  26.             "H:mm",
  27.             "EEEE d MMMM yyyy",
  28.             "d MMMM yyyy",
  29.             "d-MMM-yy",
  30.             "d/MM/yy",
  31.             "{1} {0}",
  32.     }
  33.     LocaleID { "0813" }
  34.     LocaleString { "nl_BE" }
  35.     NumberPatterns { 
  36.             "#,##0.###;-#,##0.###",
  37.             "#,##0.00 \u00A4;-#,##0.00 \u00A4",
  38.             "#,##0%",
  39.     }
  40.     ShortCountry { "BEL" }
  41.     localPatternChars { "GyMdkHmsSEDFwWahKz" }
  42.     zoneStrings { 
  43.         {
  44.                 "Africa/Casablanca",
  45.                 "GMT",
  46.                 "GMT",
  47.                 "GMT",
  48.                 "GMT",
  49.         }
  50.     }
  51. }
  52.